home *** CD-ROM | disk | FTP | other *** search
- global gEnvironmentSound, gOBJECTSE, gObjects, gStates, NULLrect, gHotRects, gCursorlist, gWorld, sQTSPRITE, sQTCharSprite
-
- on DopelletBtn
- setaProp(getaProp(gStates, #Conditions), #Coast, #true)
- setaProp(getaProp(gObjects, #CarGasGauge), #fuelLevel, 2)
- changeGasGauge(3, #false)
- set initList to [#goToG22, #goToF01, #goToH01]
- set killList to [#lookAtPelletDispenser]
- changeHotSpots(initList, killList, #false)
- end
-
- on doBackToForkView
- set lastKey to string(getaProp(gLastKeyList, #RefName))
- Jumptokey(#E06H)
- CursorandUpdate()
- end
-